vpnSub2PygCancel
Description
cancellation of vpn's monthly package to pay-as-you-go order.
Request Method
POST
Request Path
/customer/vpn/switch/sub2pyg/cancel
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
instanceId | BODY | string | Yes | No sample value for this parameter. | instance id |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
orderId | BODY | integer | Yes | No sample value for this parameter. | order id |
billingMethod | BODY | string | Yes | No sample value for this parameter. | billing method |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
result | object | `{"orderId":"2023011313020100001"}` | No description for this parameter. |
resultCode | string | 0 | No description for this parameter. |
resultMsg | string | success | No description for this parameter. |
Example
Successful Response example
{
"result":
{
"orderId":"2023011313020100001"
},
"resultCode":"0",
"resultMsg":"success"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}